ESRI.ArcGIS.Mobile
GetAttachmentsUsingAttachmentIds(Generic IList,EditState) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > AttachmentManager Class > GetAttachmentsUsingAttachmentIds Method : GetAttachmentsUsingAttachmentIds(Generic IList,EditState) Method

attachmentIds
editState
Gets the list of attachments for the list of attachment Ids.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetAttachmentsUsingAttachmentIds( _
   ByVal attachmentIds As IList(Of Integer), _
   ByVal editState As EditState _
) As IList(Of Attachment)
C# 
public IList<Attachment> GetAttachmentsUsingAttachmentIds( 
   IList<int> attachmentIds,
   EditState editState
)

Parameters

attachmentIds
editState

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.